• frmSectionRecord.Designer.vb
  • project /
1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmSectionRecord
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
26         Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
27         Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
28         Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
29         Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
30         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmSectionRecord))
31         Me.Panel1 = New System.Windows.Forms.Panel()
32         Me.Panel3 = New System.Windows.Forms.Panel()
33         Me.btnClose = New System.Windows.Forms.Button()
34         Me.btnReset = New System.Windows.Forms.Button()
35         Me.Panel6 = New System.Windows.Forms.Panel()
36         Me.txtSearchBySection = New System.Windows.Forms.TextBox()
37         Me.Label4 = New System.Windows.Forms.Label()
38         Me.Panel5 = New System.Windows.Forms.Panel()
39         Me.txtSearchByClass = New System.Windows.Forms.TextBox()
40         Me.Label5 = New System.Windows.Forms.Label()
41         Me.dgw = New System.Windows.Forms.DataGridView()
42         Me.Column1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
43         Me.Column2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
44         Me.Column3 = New System.Windows.Forms.DataGridViewTextBoxColumn()
45         Me.Panel2 = New System.Windows.Forms.Panel()
46         Me.Label1 = New System.Windows.Forms.Label()
47         Me.lblSet = New System.Windows.Forms.Label()
48         Me.Panel1.SuspendLayout()
49         Me.Panel3.SuspendLayout()
50         Me.Panel6.SuspendLayout()
51         Me.Panel5.SuspendLayout()
52         CType(Me.dgw, System.ComponentModel.ISupportInitialize).BeginInit()
53         Me.Panel2.SuspendLayout()
54         Me.SuspendLayout()
55         
'
56         
'Panel1
57         
'
58         Me.Panel1.BackColor = System.Drawing.Color.White
59         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
60         Me.Panel1.Controls.Add(Me.Panel3)
61         Me.Panel1.Controls.Add(Me.Panel6)
62         Me.Panel1.Controls.Add(Me.Panel5)
63         Me.Panel1.Controls.Add(Me.dgw)
64         Me.Panel1.Controls.Add(Me.Panel2)
65         Me.Panel1.Location = New System.Drawing.Point(
13, 15)
66         Me.Panel1.Name =
"Panel1"
67         Me.Panel1.Size = New System.Drawing.Size(
523, 430)
68         Me.Panel1.TabIndex =
2
69         
'
70         
'Panel3
71         
'
72         Me.Panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
73         Me.Panel3.Controls.Add(Me.btnClose)
74         Me.Panel3.Controls.Add(Me.btnReset)
75         Me.Panel3.Location = New System.Drawing.Point(
318, 75)
76         Me.Panel3.Name =
"Panel3"
77         Me.Panel3.Size = New System.Drawing.Size(
193, 70)
78         Me.Panel3.TabIndex =
42
79         
'
80         
'btnClose
81         
'
82         Me.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Popup
83         Me.btnClose.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
84         Me.btnClose.Location = New System.Drawing.Point(
101, 21)
85         Me.btnClose.Name =
"btnClose"
86         Me.btnClose.Size = New System.Drawing.Size(
80, 33)
87         Me.btnClose.TabIndex =
1
88         Me.btnClose.Text =
"&Close"
89         Me.btnClose.UseVisualStyleBackColor = True
90         
'
91         
'btnReset
92         
'
93         Me.btnReset.FlatStyle = System.Windows.Forms.FlatStyle.Popup
94         Me.btnReset.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
95         Me.btnReset.Location = New System.Drawing.Point(
15, 21)
96         Me.btnReset.Name =
"btnReset"
97         Me.btnReset.Size = New System.Drawing.Size(
80, 33)
98         Me.btnReset.TabIndex =
0
99         Me.btnReset.Text =
"&Reset"
100         Me.btnReset.UseVisualStyleBackColor = True
101         
'
102         
'Panel6
103         
'
104         Me.Panel6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
105         Me.Panel6.Controls.Add(Me.txtSearchBySection)
106         Me.Panel6.Controls.Add(Me.Label4)
107         Me.Panel6.Location = New System.Drawing.Point(
164, 75)
108         Me.Panel6.Name =
"Panel6"
109         Me.Panel6.Size = New System.Drawing.Size(
148, 70)
110         Me.Panel6.TabIndex =
3
111         
'
112         
'txtSearchBySection
113         
'
114         Me.txtSearchBySection.BackColor = System.Drawing.Color.White
115         Me.txtSearchBySection.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
116         Me.txtSearchBySection.Location = New System.Drawing.Point(
13, 32)
117         Me.txtSearchBySection.Name =
"txtSearchBySection"
118         Me.txtSearchBySection.Size = New System.Drawing.Size(
126, 21)
119         Me.txtSearchBySection.TabIndex =
0
120         
'
121         
'Label4
122         
'
123         Me.Label4.AutoSize = True
124         Me.Label4.Location = New System.Drawing.Point(
10, 10)
125         Me.Label4.Name =
"Label4"
126         Me.Label4.Size = New System.Drawing.Size(
101, 13)
127         Me.Label4.TabIndex =
12
128         Me.Label4.Text =
"Search By Section :"
129         
'
130         
'Panel5
131         
'
132         Me.Panel5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
133         Me.Panel5.Controls.Add(Me.txtSearchByClass)
134         Me.Panel5.Controls.Add(Me.Label5)
135         Me.Panel5.Location = New System.Drawing.Point(
9, 75)
136         Me.Panel5.Name =
"Panel5"
137         Me.Panel5.Size = New System.Drawing.Size(
153, 70)
138         Me.Panel5.TabIndex =
1
139         
'
140         
'txtSearchByClass
141         
'
142         Me.txtSearchByClass.BackColor = System.Drawing.Color.White
143         Me.txtSearchByClass.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
144         Me.txtSearchByClass.Location = New System.Drawing.Point(
13, 32)
145         Me.txtSearchByClass.Name =
"txtSearchByClass"
146         Me.txtSearchByClass.Size = New System.Drawing.Size(
124, 21)
147         Me.txtSearchByClass.TabIndex =
0
148         
'
149         
'Label5
150         
'
151         Me.Label5.AutoSize = True
152         Me.Label5.Location = New System.Drawing.Point(
10, 10)
153         Me.Label5.Name =
"Label5"
154         Me.Label5.Size = New System.Drawing.Size(
90, 13)
155         Me.Label5.TabIndex =
12
156         Me.Label5.Text =
"Search By Class :"
157         
'
158         
'dgw
159         
'
160         Me.dgw.AllowUserToAddRows = False
161         Me.dgw.AllowUserToDeleteRows = False
162         DataGridViewCellStyle1.BackColor = System.Drawing.Color.FloralWhite
163         Me.dgw.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
164         Me.dgw.BackgroundColor = System.Drawing.Color.White
165         Me.dgw.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
166         DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter
167         DataGridViewCellStyle2.BackColor = System.Drawing.Color.CadetBlue
168         DataGridViewCellStyle2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
169         DataGridViewCellStyle2.ForeColor = System.Drawing.Color.Black
170         DataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.LightSteelBlue
171         DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
172         DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
173         Me.dgw.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle2
174         Me.dgw.ColumnHeadersHeight =
24
175         Me.dgw.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Column1, Me.Column2, Me.Column3})
176         Me.dgw.Cursor = System.Windows.Forms.Cursors.Hand
177         DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
178         DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window
179         DataGridViewCellStyle3.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
180         DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText
181         DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight
182         DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
183         DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
184         Me.dgw.DefaultCellStyle = DataGridViewCellStyle3
185         Me.dgw.EnableHeadersVisualStyles = False
186         Me.dgw.GridColor = System.Drawing.Color.White
187         Me.dgw.Location = New System.Drawing.Point(
9, 151)
188         Me.dgw.MultiSelect = False
189         Me.dgw.Name =
"dgw"
190         Me.dgw.ReadOnly = True
191         Me.dgw.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
192         DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
193         DataGridViewCellStyle4.BackColor = System.Drawing.Color.CadetBlue
194         DataGridViewCellStyle4.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
195         DataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText
196         DataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.DarkSlateGray
197         DataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText
198         DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
199         Me.dgw.RowHeadersDefaultCellStyle = DataGridViewCellStyle4
200         Me.dgw.RowHeadersWidth =
25
201         Me.dgw.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing
202         DataGridViewCellStyle5.BackColor = System.Drawing.Color.White
203         DataGridViewCellStyle5.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
204         DataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.DarkSlateGray
205         DataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.White
206         Me.dgw.RowsDefaultCellStyle = DataGridViewCellStyle5
207         Me.dgw.RowTemplate.Height =
18
208         Me.dgw.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
209         Me.dgw.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
210         Me.dgw.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
211         Me.dgw.Size = New System.Drawing.Size(
228, 266)
212         Me.dgw.TabIndex =
1
213         
'
214         
'Column1
215         
'
216         Me.Column1.HeaderText =
"ID"
217         Me.Column1.Name =
"Column1"
218         Me.Column1.ReadOnly = True
219         Me.Column1.Visible = False
220         
'
221         
'Column2
222         
'
223         Me.Column2.HeaderText =
"Section"
224         Me.Column2.Name =
"Column2"
225         Me.Column2.ReadOnly = True
226         
'
227         
'Column3
228         
'
229         Me.Column3.HeaderText =
"Class"
230         Me.Column3.Name =
"Column3"
231         Me.Column3.ReadOnly = True
232         
'
233         
'Panel2
234         
'
235         Me.Panel2.BackColor = System.Drawing.Color.DarkSlateGray
236         Me.Panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
237         Me.Panel2.Controls.Add(Me.lblSet)
238         Me.Panel2.Controls.Add(Me.Label1)
239         Me.Panel2.Location = New System.Drawing.Point(
9, 7)
240         Me.Panel2.Name =
"Panel2"
241         Me.Panel2.Size = New System.Drawing.Size(
502, 62)
242         Me.Panel2.TabIndex =
0
243         
'
244         
'Label1
245         
'
246         Me.Label1.AutoSize = True
247         Me.Label1.BackColor = System.Drawing.Color.Transparent
248         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
249         Me.Label1.ForeColor = System.Drawing.Color.White
250         Me.Label1.Location = New System.Drawing.Point(
189, 18)
251         Me.Label1.Name =
"Label1"
252         Me.Label1.Size = New System.Drawing.Size(
140, 24)
253         Me.Label1.TabIndex =
0
254         Me.Label1.Text =
"List of Section"
255         
'
256         
'lblSet
257         
'
258         Me.lblSet.AutoSize = True
259         Me.lblSet.Location = New System.Drawing.Point(
359, 28)
260         Me.lblSet.Name =
"lblSet"
261         Me.lblSet.Size = New System.Drawing.Size(
21, 13)
262         Me.lblSet.TabIndex =
1
263         Me.lblSet.Text =
"set"
264         Me.lblSet.Visible = False
265         
'
266         
'frmSectionRecord
267         
'
268         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
269         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
270         Me.BackColor = System.Drawing.Color.DarkSlateGray
271         Me.ClientSize = New System.Drawing.Size(
548, 454)
272         Me.Controls.Add(Me.Panel1)
273         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
274         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
275         Me.MaximizeBox = False
276         Me.MinimizeBox = False
277         Me.Name =
"frmSectionRecord"
278         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
279         Me.Panel1.ResumeLayout(False)
280         Me.Panel3.ResumeLayout(False)
281         Me.Panel6.ResumeLayout(False)
282         Me.Panel6.PerformLayout()
283         Me.Panel5.ResumeLayout(False)
284         Me.Panel5.PerformLayout()
285         CType(Me.dgw, System.ComponentModel.ISupportInitialize).EndInit()
286         Me.Panel2.ResumeLayout(False)
287         Me.Panel2.PerformLayout()
288         Me.ResumeLayout(False)
289
290     End Sub
291     Friend WithEvents Panel1 As System.Windows.Forms.Panel
292     Friend WithEvents dgw As System.Windows.Forms.DataGridView
293     Friend WithEvents Panel2 As System.Windows.Forms.Panel
294     Friend WithEvents Label1 As System.Windows.Forms.Label
295     Friend WithEvents Panel5 As System.Windows.Forms.Panel
296     Friend WithEvents txtSearchByClass As System.Windows.Forms.TextBox
297     Friend WithEvents Label5 As System.Windows.Forms.Label
298     Friend WithEvents Panel6 As System.Windows.Forms.Panel
299     Friend WithEvents txtSearchBySection As System.Windows.Forms.TextBox
300     Friend WithEvents Label4 As System.Windows.Forms.Label
301     Friend WithEvents Column1 As System.Windows.Forms.DataGridViewTextBoxColumn
302     Friend WithEvents Column2 As System.Windows.Forms.DataGridViewTextBoxColumn
303     Friend WithEvents Column3 As System.Windows.Forms.DataGridViewTextBoxColumn
304     Friend WithEvents Panel3 As System.Windows.Forms.Panel
305     Public WithEvents btnClose As System.Windows.Forms.Button
306     Private WithEvents btnReset As System.Windows.Forms.Button
307     Friend WithEvents lblSet As System.Windows.Forms.Label
308
309 End Class


Gõ tìm kiếm nhanh...